home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 10
/
CD School House - Education and Games (10.0) - Wayzata Technology (1995).iso
/
mac
/
DOS
/
NETWORKS
/
TPAPI
/
NWTTS.DOC
< prev
next >
Wrap
Text File
|
1992-01-28
|
3KB
|
63 lines
TTS SERVICES
============
TTSAbortTransaction : WORD;
Aborts explicit and implicit transactions.
--------------------------------------------------------------------------------
TTSBeginTransaction : WORD;
Begins an explicit transaction.
--------------------------------------------------------------------------------
TTSEndTransaction (VAR Transaction Number) : WORD;
TransactionNumber : LONGINT
Ends an explicit or implicit transaction and returns a transaction reference
number.
--------------------------------------------------------------------------------
TTSGetApplicationThresholds (VAR LogicalRecordLockThreshold;
VAR PhysicalRecordLockThreshold) : WORD;
LogicalRecordLockThreshold : BYTE
PhysicalRecordLockThreshold : BYTE
Returns application thresholds for implicit transactions.
--------------------------------------------------------------------------------
TTSGetWorkstationThresholds (VAR LogicalRecordLockThreshold;
VAR PhysicalRecordLockThreshold) : WORD;
LogicalRecordLockThreshold : BYTE
PhysicalRecordLockThreshold : BYTE
Returns workstation thresholds for implicit transactions.
--------------------------------------------------------------------------------
TTSIsAvailable : WORD;
Verifies whether the default file server supports transaction tracking.
--------------------------------------------------------------------------------
TTSSetApplicationThresholds (VAR LogicalRecordLockThreshold;
VAR PhysicalRecordLockThreshold) : WORD;
LogicalRecordLockThreshold : BYTE
PhysicalRecordLockThreshold : BYTE
Allows an application to set the number or record locks it can perform
without starting an implicit transaction.
--------------------------------------------------------------------------------
TTSSetWorkstationThresholds (VAR LogicalRecordLockThreshold;
VAR PhysicalRecordLockThreshold) : WORD;
LogicalRecordLockThreshold : BYTE
PhysicalRecordLockThreshold : BYTE
Sets workstation thresholds for implicit transactions.
--------------------------------------------------------------------------------
TTSTransactionStatus (VAR Transaction Number) : WORD;
TransactionNumber : LONGINT
Verifies whether a transaction has been written to disk.
------------------------------------------------------------------------------